home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Start.exe / Start.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1998-10-29  |  137 b   |  11 lines

  1. on exitFrame
  2.   wait(2)
  3.   toopeningmovie()
  4. end
  5.  
  6. on wait secs
  7.   startTimer()
  8.   repeat while the timer < ((secs * 60) - 1)
  9.   end repeat
  10. end
  11.